xen: stop trying to use the system <stdarg.h> and <stdbool.h>
authorTim Deegan <tim@xen.org>
Thu, 13 Feb 2014 12:13:58 +0000 (12:13 +0000)
committerTim Deegan <tim@xen.org>
Thu, 13 Feb 2014 13:50:37 +0000 (13:50 +0000)
commit0873829a70daa3c23d03b9841ccd529f05889f21
treeefb4c6ae088c0684424fb22888a2ae69b5c50544
parent42788ddd24a06bf05f0f2b5da1880ed89736bd7b
xen: stop trying to use the system <stdarg.h> and <stdbool.h>

We already have our own versions of the stdarg/stdbool definitions, for
systems where those headers are installed in /usr/include.

On linux, they're typically installed in compiler-specific paths, but
finding them has proved unreliable.  Drop that and use our own versions
everywhere.

Signed-off-by: Tim Deegan <tim@xen.org>
Tested-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Keir Fraser <keir@xen.org>
xen/Rules.mk
xen/include/xen/stdarg.h
xen/include/xen/stdbool.h